home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Dom i biuro / Crimson Editor 3.70 / cedt370r.exe / spec / batch.spc < prev    next >
Text File  |  2002-10-21  |  584b  |  22 lines

  1. # CRIMSON EDITOR v3.0
  2. # FIRST EDITED BY Heim
  3. # EDITED ON 2002-10-21 BY DAONLYFREEZ
  4.  
  5. # If you enable the ECHO - firstpos-line, you will get everything that
  6. # would appear on screen colorized in green.
  7. # If you disable the ECHO - firstpos-line, you will see all coincidental
  8. # keywords colorized in their respective color.
  9.  
  10. $CASESENSITIVE=NO
  11. $DELIMITERS=(){}[]<>+-*/%="'~!@#&$^&|\?:;,.
  12. $KEYWORDPREFIX=@
  13. $QUOTATIONMARK1="
  14. $QUOTATIONMARK2='
  15. $LINECOMMENT=REM
  16. $LINECOMMENT2=::
  17. #$LINECOMMENTONFIRSTPOSITION=ECHO
  18. $RANGE2BEG=<
  19. $RANGE2END=>
  20. $PAIRS1=()
  21. $PAIRS2=[]
  22. $PAIRS3={}